home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / BlitzBasic / FramesTaker / README! < prev   
Encoding:
Text File  |  1998-06-24  |  2.5 KB  |  53 lines

  1.  
  2. FramesTaker  V1.2b
  3. ------------------
  4.  
  5.  
  6. Introduction
  7. ------------
  8.  
  9. This tool has the purpose of making life easier to BlitzII programmers who wants to spare time grabbing their animation frames out of pictures.
  10.  
  11. It works as a CLI utility, taking as parameters an IFF picture (where it suppose to find the frames to be grabbed) it writes as output a 'Blitz Basic II' shapes file.
  12. The program loads the picture, makes the assumption that colour 0 is considered as a "separator" between frames (ie : you just have to place the frames of the pic without overlapping them :) and starts searching them in a systematic left-right+top-bottom order (by showing what is doing on a intuition screen).
  13. The frames don't need to be on perfect rows or coloums, neither to be same size or to be of a particoular shape ... they can even have "holes" between them (I mean that a frame doesn't need to be composed by a single shape, but can be more complex).
  14. After the search&grab process the proggy returns the number of frames found and saves the Blitz shapes packet.
  15.  
  16.  
  17. Usage
  18. -----
  19.  
  20.  FramesTaker sourcepic destgfxfile precision
  21.  
  22. where : sourcepic    = IFF file where frames are drawn
  23.         destgfxfile  = name of shapes fiel to be created
  24.         precision    = maximum distance between two shapes wich are part of the same frame.
  25.                        Every time the program will find a division (formed by pixels of colour 0) between two graphic shapes that is more tick than this value, it will consider the two shapes as two different frames.
  26.                        If your picture contains only "one shaped" frames (like spaceships, characters, or so), just put the value 1 here.
  27.  
  28. Bugs
  29. ----
  30. The biggest 'bug' present is that, to be shown correctly, the pic must follow a very standard format (lowres 320x200 or others), because of the lack of care programming the little self-contained displayer. BUT the program work with ANY picture (well, any IFF picture :), even if it doesn't show it correctly, it grabs the frames correctly.
  31.  
  32.  
  33. Availability
  34. ------------
  35. FramesTaker is Freeware, but comments/bugs/compliments/claims are always welcome at : vega@tilink.ch
  36.  
  37.  
  38. Acknowledgements
  39. ---------------
  40.  
  41. Thanx goes to : Claudio Preiano' , for starting the Vega project
  42.                 Serge Veugelers  , for supporting our relation with Raymond and for showing loads of patience :)
  43.                 Mark Sibly       , for BB2 ! :)
  44.                 Ted Baley        , probably the most productive Acid member (well, ex member :)
  45.  
  46.  
  47.  
  48.  
  49.   Vittorio Ferrari
  50.  
  51.  CineTech - Graphic adventures development
  52.  
  53.